Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / Group Method / Group(SortInfo[]) Method
Sort information


In This Topic
Group(SortInfo[]) Method
In This Topic
Groups the rows with the specified sort information.
Syntax
'Declaration
 
Public Overloads Sub Group( _
   ByVal sortInfo() As SortInfo _
) 
 
'Usage
 
Dim instance As GroupDataModel
Dim sortInfo() As SortInfo
 
instance.Group(sortInfo)

Parameters

sortInfo
Sort information
See Also